home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / MiscBackWindowDelegate.h < prev    next >
Encoding:
Text File  |  1994-09-29  |  872 b   |  25 lines

  1. /*======================= MiscBackWindowDelegate.h =========================*/
  2. //        Written by Dale Amon, copyright 1994 by Genesis Project, Ltd.
  3. //                Version 0.8.  All rights reserved.
  4. //
  5. //        This notice may not be removed from this source code.
  6. //
  7. //    This object is included in the MiscKit by permission from the author
  8. //    and its use is governed by the MiscKit license, found in the file
  9. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  10. //    for a list of all applicable permissions and restrictions.
  11. //    
  12.  
  13. /* This protocol can be implemented by classes that wish to act as a window
  14.    delegate to a BackWindow. Such delegates may be notified of changes in
  15.    the window tier so that appropriate actions can be taken.
  16.  
  17. HISTORY
  18. 18-Feb-93  Dale Amon at GPL
  19.        Created. 
  20. */
  21.  
  22. @protocol MiscBackWindowDelegate
  23. - windowDidChangeTierTo: (int) tier;
  24. @end
  25.